lcPlineGetPoint Home

Retrieves a point on a polyline by distance from beginning.

 BOOL lcPlineGetPoint (
   HANDLE hPline,
   double Dist,
   double* pX,
   double* pY,
   double* pAngle
 );

Parameters
hPline
  Handle to a polyline object.
Dist
  Distance from beginning of a polyline.
pX pY
  Pointers to variables that will receive the found point coordinates.
pAngle
  Pointer to variable that will receive tangent angle at the found point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcPlineGetDist